[@main]
#IF
checkmonmap rzbattle3 1
#ACT
goto @1
#ELSEACT
goto @2

[@1]
<Room 3 Notice>\
\
Hi, i cannot let you pass until you kill all the monsters.\
\  \
Do you give up?\
\
<Yes i do/@giveup> || <No/@exit>

[@giveup]
#ACT
mapmove 0101

[@2]
#ACT
delnamelist battlesystem/room3.txt
addnamelist battlesystem/room4.txt
goto @nextroom

[@nextroom]
<Room 3 Completed>\
\
Well done on completing the third room, now you may move\
onto the second room of this challange, best of luck!.\
\
<Room 4/@room4> || <Exit/@giveup>

[@room4]
#IF
checkhum rzbattle4 1
#ACT
goto @error
#ELSEACT
monclear rzbattle4
Param1 rzbattle4
Param2 20
Param3 20
MonGen BlackBoar 10 10
MonGen RedBoar 10 10
MonGen SnakeScorpion 10 10
mapmove rzbattle4

[@error]
Please be patient, someone is currently in the next room\
taking the challange!\
\
<Try again/@room4>

